home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / shredder.exe / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  2010-01-14  |  1KB  |  59 lines

  1. object frmprogress: Tfrmprogress
  2.   Left = 248
  3.   Top = 253
  4.   AutoScroll = False
  5.   Caption = 'frmprogress'
  6.   ClientHeight = 222
  7.   ClientWidth = 519
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   DesignSize = (
  20.     519
  21.     222)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Gauge1: TGauge
  25.     Left = 8
  26.     Top = 161
  27.     Width = 505
  28.     Height = 22
  29.     Progress = 0
  30.   end
  31.   object BitBtn1: TBitBtn
  32.     Left = 224
  33.     Top = 192
  34.     Width = 75
  35.     Height = 25
  36.     Anchors = [akLeft, akBottom]
  37.     Caption = 'Cancel'
  38.     TabOrder = 0
  39.     OnClick = BitBtn1Click
  40.   end
  41.   object Memo1: TMemo
  42.     Left = 8
  43.     Top = 8
  44.     Width = 505
  45.     Height = 145
  46.     Anchors = [akLeft, akTop, akRight, akBottom]
  47.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  48.     Lines.Strings = (
  49.       'Memo1')
  50.     TabOrder = 1
  51.   end
  52.   object Timer1: TTimer
  53.     Interval = 200
  54.     OnTimer = Timer1Timer
  55.     Left = 288
  56.     Top = 56
  57.   end
  58. end
  59.